home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 August / Designer's Club 1997 August.iso / mac / Idea Source / Main.DIR / 00007.ls < prev    next >
Encoding:
Text File  |  1997-06-16  |  723 b   |  34 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(12) then
  4.     set the visible of sprite 12 to 0
  5.   else
  6.     set the visible of sprite 12 to 1
  7.   end if
  8.   if rollOver(13) then
  9.     set the visible of sprite 13 to 0
  10.   else
  11.     set the visible of sprite 13 to 1
  12.   end if
  13.   if rollOver(14) then
  14.     set the visible of sprite 14 to 0
  15.   else
  16.     set the visible of sprite 14 to 1
  17.   end if
  18.   if rollOver(15) then
  19.     set the visible of sprite 15 to 0
  20.   else
  21.     set the visible of sprite 15 to 1
  22.   end if
  23.   if rollOver(16) then
  24.     set the visible of sprite 16 to 0
  25.   else
  26.     set the visible of sprite 16 to 1
  27.   end if
  28.   if rollOver(17) then
  29.     set the visible of sprite 17 to 0
  30.   else
  31.     set the visible of sprite 17 to 1
  32.   end if
  33. end
  34.